public class TagVariableInfo extends ObjectSE
| コンストラクターと説明 |
|---|
TagVariableInfo(StringSE nameGiven, StringSE nameFromAttribute, StringSE className, boolean declare, int scope)TagVariableInfo のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getClassName()<variable-class> 要素の本体。 |
boolean | getDeclare()<declare> 要素の本体。 |
StringSE | getNameFromAttribute()<name-from-attribute> 要素の本体。 |
StringSE | getNameGiven()<name-given> 要素の本体。 |
int | getScope()<scope> 要素の本体。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic TagVariableInfo(StringSE nameGiven, StringSE nameFromAttribute, StringSE className, boolean declare, int scope)
nameGiven - <name-given> の値 nameFromAttribute - <name-from-attribute> の値 className - <variable-class> の値 declare - <declare> の値 scope - <scope> の値 public StringSE getNameGiven()
public StringSE getNameFromAttribute()
public StringSE getClassName()
public boolean getDeclare()
public int getScope()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.