|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.NullLiteral
public class NullLiteral
| Field Summary |
|---|
| Fields inherited from class org.springframework.expression.spel.ast.Literal |
|---|
literalValue |
| Fields inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
children, pos |
| Constructor Summary | |
|---|---|
NullLiteral(int pos)
|
|
| Method Summary | |
|---|---|
TypedValue |
getLiteralValue()
|
java.lang.String |
toString()
|
| Methods inherited from class org.springframework.expression.spel.ast.Literal |
|---|
getIntLiteral, getLongLiteral, getRealLiteral, getValueInternal, toStringAST |
| Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NullLiteral(int pos)
| Method Detail |
|---|
public TypedValue getLiteralValue()
getLiteralValue in class Literalpublic java.lang.String toString()
toString in class Literal
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||