Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.voytechs.jnetstream.npl.ArrayDimensionNode

Uses of ArrayDimensionNode in com.voytechs.jnetstream.npl
 

Fields in com.voytechs.jnetstream.npl declared as ArrayDimensionNode
protected  ArrayDimensionNode VariableStatement.arrayDimension
           
protected  ArrayDimensionNode HeaderStatement.arrayDimension
           
protected  ArrayDimensionNode FieldStatement.arrayDimension
           
protected  ArrayDimensionNode ArrayReferenceNode.dimensions
           
 

Methods in com.voytechs.jnetstream.npl that return ArrayDimensionNode
 ArrayDimensionNode VariableStatement.getArrayDimension()
           
 ArrayDimensionNode HeaderStatement.getArrayDimension()
           
 ArrayDimensionNode FieldStatement.getArrayDimension()
           
 ArrayDimensionNode ArrayDimensionNode.evaluateToStatic()
          This method evaluates the code to its NodeInt equivelent and creates a new Dimension object with static values.
 

Methods in com.voytechs.jnetstream.npl with parameters of type ArrayDimensionNode
 com.voytechs.jnetstream.primitive.Primitive ArrayReferenceNode.getPrimitive(ArrayDimensionNode dim)
           
 int ArrayDimensionNode.toScalar(ArrayDimensionNode dim)
          Returns the scalar equivelent value of the entire array.
 int ArrayDimensionNode.calculateScalarSize(ArrayDimensionNode dim)
          Calculates the scalar dimension of the entire array.
protected static int ArrayDimensionNode.calculateScalarSize(ArrayDimensionNode max, ArrayDimensionNode dim)
           
protected static int ArrayDimensionNode.calculateArraySize(ArrayDimensionNode max, int level)
           
 boolean ArrayDimensionNode.checkBoundary(ArrayDimensionNode dim)
          Checks that "dim" is within allocated limits of the array dimension.
 

Constructors in com.voytechs.jnetstream.npl with parameters of type ArrayDimensionNode
MutableArrayReferenceNode(java.lang.String name, ArrayDimensionNode dimensions)
           
ArrayReferenceNode(java.lang.String name, ArrayDimensionNode dimensions)