@Deprecated public class ConstArrayTypeNode_c extends polyglot.ast.ArrayTypeNode_c implements ConstArrayTypeNode
ConstArrayTypeNode
is a type node for a non-canonical
const array type.Constructor and Description |
---|
ConstArrayTypeNode_c(polyglot.util.Position pos,
polyglot.ast.TypeNode base)
Deprecated.
|
ConstArrayTypeNode_c(polyglot.util.Position pos,
polyglot.ast.TypeNode base,
polyglot.ast.Ext ext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
polyglot.ast.Node |
buildTypes(polyglot.visit.TypeBuilder tb)
Deprecated.
|
polyglot.ast.Node |
disambiguate(polyglot.visit.AmbiguityRemover ar)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
base, base, base, copy, exceptionCheck, isDisambiguated, prettyPrint, reconstruct, typeCheck, visitChildren
acceptCFG, firstChild, name, qualifier, type, type, type
exceptions, exceptions, exceptions, extRewrite, listChild, reachable, reachable, reachable
addDecls, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copyIfNeeded, del, del, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, dump, enterChildScope, enterScope, error, error, error, exceptionCheckEnter, ext, ext, ext, ext, extRewriteEnter, extRewriteOverride, isTypeChecked, lang, position, position, position, prettyPrint, prettyPrint, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
base, base
del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdge
addDecls, buildTypesEnter, checkConstants, childExpectedType, copy, copy, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, lang, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visitChild, visitChildren, visitList
public ConstArrayTypeNode_c(polyglot.util.Position pos, polyglot.ast.TypeNode base)
public ConstArrayTypeNode_c(polyglot.util.Position pos, polyglot.ast.TypeNode base, polyglot.ast.Ext ext)
public polyglot.ast.Node buildTypes(polyglot.visit.TypeBuilder tb)
buildTypes
in interface polyglot.ast.NodeOps
buildTypes
in class polyglot.ast.ArrayTypeNode_c
public polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover ar)
disambiguate
in interface polyglot.ast.NodeOps
disambiguate
in class polyglot.ast.ArrayTypeNode_c
public java.lang.String toString()
toString
in class polyglot.ast.ArrayTypeNode_c