Uses of Interface
org.ocltf.concretesyntax.VariableDeclarationCS

Packages that use VariableDeclarationCS
org.ocltf.concretesyntax   
org.ocltf.concretesyntax.impl   
 

Uses of VariableDeclarationCS in org.ocltf.concretesyntax
 

Methods in org.ocltf.concretesyntax that return VariableDeclarationCS
 VariableDeclarationCS[] OperationCS.getParameters()
          Returns a VariableDeclaration array representing the arguments of the operation.
 

Uses of VariableDeclarationCS in org.ocltf.concretesyntax.impl
 

Classes in org.ocltf.concretesyntax.impl that implement VariableDeclarationCS
 class VariableDeclarationCSImpl
          An implementation of the ocl VariableDeclarationCS facade.
 

Methods in org.ocltf.concretesyntax.impl that return VariableDeclarationCS
static VariableDeclarationCS[] ConcreteSyntaxUtils.getVariableDeclarations(org.ocltf.parser.node.POperation operation)
          Retrieves all the variable declarations for the passed in operation.
static VariableDeclarationCS[] ConcreteSyntaxUtils.getVariableDeclarations(org.ocltf.parser.node.AStandardDeclarator standardDeclarator)
          Retrieves all the variable declarations for the passed in standardDeclarator.
protected static VariableDeclarationCS ConcreteSyntaxUtils.newVariableDeclaration(org.ocltf.parser.node.PVariableDeclaration variableDeclaration, org.ocltf.parser.node.PEqualExpression initialValue)
          Creates a new VariableDeclarationCS from the passed in PVariableDeclaration.
static VariableDeclarationCS[] ConcreteSyntaxUtils.getVariableDeclarations(org.ocltf.parser.node.PVariableDeclarationList variableDeclarationList)
          Creates an array of VariableDeclarationCS[] from the passed in PVariableDeclarationList.
 VariableDeclarationCS[] OperationDeclarationCSImpl.getParameters()
           
 

Methods in org.ocltf.concretesyntax.impl with parameters of type VariableDeclarationCS
static java.util.List ConcreteSyntaxUtils.getArgumentNames(VariableDeclarationCS[] variableDeclarations)
          Loads a List of variable declaration names from the variableDeclarations
 

Constructors in org.ocltf.concretesyntax.impl with parameters of type VariableDeclarationCS
OperationDeclarationCSImpl(java.lang.String name, java.lang.String returnType, VariableDeclarationCS[] parameters)
          Constructs a new OperationDeclarationCSImpl
 



Copyright © 2003-2004 Chad Brandon. All Rights Reserved.