|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.singularsys.jep.configurableparser.tokens.Token
com.singularsys.jep.configurableparser.tokens.IdentifierToken
public class IdentifierToken
Token representing variables or function.
| Constructor Summary | |
|---|---|
IdentifierToken(java.lang.String source)
|
|
| Method Summary | |
|---|---|
boolean |
isIdentifier()
|
boolean |
isImplicitMulRhs()
Whether identifies can appear on the rhs of implicit multiplication '2 x'. |
| Methods inherited from class com.singularsys.jep.configurableparser.tokens.Token |
|---|
equals, getLength, getSource, hashCode, isBinary, isComment, isFunction, isNumber, isOperator, isPrefix, isString, isSuffix, isSymbol, isTernary, isWhiteSpace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdentifierToken(java.lang.String source)
| Method Detail |
|---|
public boolean isIdentifier()
isIdentifier in class Tokenpublic boolean isImplicitMulRhs()
isImplicitMulRhs in class Token
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||