Skip navigation links 
 
javax.ide.model.java.source.tree
Interface LiteralExpressionT
- All Superinterfaces:
- ExpressionT, Tree
- 
public interface LiteralExpressionT
 
- extends ExpressionT
An expression representing a lexer literal.
Class literals and this literals, though called "literal", are not here considered to be literal expressions. As a result of this definition, the value of all LiteralExpressionTs can be determined at parse-time whereas the value of class literals and this literals can only be determined at compile-time.
 
 
  
 
 
  
 
 
 
| Methods inherited from interface javax.ide.model.java.source.tree.Tree | 
| accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty | 
 
 
getLiteralKind
LiteralExpressionT.LiteralKind getLiteralKind()
- 
- Returns:
- The kind of literal this is. Valid values are LiteralKind.*.
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.