public class ExpressionGlobalVariable extends ExpressionPart
name
Constructor and Description |
---|
ExpressionGlobalVariable() |
ExpressionGlobalVariable(String name,
String classType,
String genericType) |
ExpressionGlobalVariable(String name,
String classType,
String genericType,
String parametricType) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor visitor) |
equals, getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, hashCode, setNext, setPrevious, toString
public ExpressionGlobalVariable()
public ExpressionGlobalVariable(String name, String classType, String genericType)
public void accept(ExpressionVisitor visitor)
accept
in interface ExpressionVisitable
accept
in class ExpressionPart
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.