Top Fields Constructors Methods
com.sun.org.apache.xalan.internal.xsltc.compiler

pack-priv abstract Class AttributeValue

extends Expression
Class Inheritance
Known Direct Subclasses
com.sun.org.apache.xalan.internal.xsltc.compiler.AttributeValueTemplate, com.sun.org.apache.xalan.internal.xsltc.compiler.SimpleAttributeValue

Authors
Jacek Ambroziak, Santiago Pericas-Geertsen

Field Summary

Inherited from com.sun.org.apache.xalan.internal.xsltc.compiler.Expression:
_falseList_trueList_type

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public static final AttributeValue
create(SyntaxTreeNode parent, String text, Parser parser)

Inherited from com.sun.org.apache.xalan.internal.xsltc.compiler.Expression:
backPatchFalseListbackPatchTrueListcompiledesynthesizeevaluateAtCompileTimegetFalseListgetTrueListgetTypehasLastCallhasPositionCalllookupPrimopstartIteratorsynthesizetoStringtranslatetranslateDesynthesizedtypeCheck

Constructor Detail

AttributeValueback to summary
pack-priv AttributeValue()

Method Detail

createback to summary
public static final AttributeValue create(SyntaxTreeNode parent, String text, Parser parser)