|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.expression.Expression
de.upb.hni.vmagic.expression.Primary
de.upb.hni.vmagic.expression.Literal
de.upb.hni.vmagic.literal.StringLiteral
public class StringLiteral
String literal.
Constructor Summary | |
---|---|
StringLiteral(java.lang.String string)
Creates a string literal. |
Method Summary | |
---|---|
java.lang.String |
getString()
Returns the string. |
SubtypeIndication |
getType()
Returns the type of this expression. |
java.lang.String |
toString()
|
Methods inherited from class de.upb.hni.vmagic.expression.Primary |
---|
getPrecedence |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringLiteral(java.lang.String string)
string
- the stringMethod Detail |
---|
public java.lang.String getString()
public SubtypeIndication getType()
Expression
getType
in class Expression
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |