public abstract class AbstractLexicalElement extends Object implements LexicalElement
TYPE_BOOLEAN, TYPE_DOUBLE, TYPE_IDENTIFIER, TYPE_LONG, TYPE_STRING, TYPE_SYMBOL
Constructor and Description |
---|
AbstractLexicalElement() |
Modifier and Type | Method and Description |
---|---|
Boolean |
isLiteralConstant() |
Boolean |
isNumeric() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
booleanValue, doubleValue, getLexeme, getType, isBoolean, isDouble, isIdentifier, isLineTerminator, isLong, isString, isSymbol, isSymbol, longValue, stringValue
getFileName, getLineNumber, getPosition
public final Boolean isNumeric()
isNumeric
in interface LexicalElement
public final Boolean isLiteralConstant()
isLiteralConstant
in interface LexicalElement
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.