Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.security
Class PostfixExpression.Token

java.lang.Object
  extended by org.nuxeo.ecm.webengine.security.PostfixExpression.Token
Enclosing class:
PostfixExpression

public static class PostfixExpression.Token
extends Object


Field Summary
 String name
           
 int type
           
 
Constructor Summary
PostfixExpression.Token(int type, String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final int type

name

public final String name
Constructor Detail

PostfixExpression.Token

public PostfixExpression.Token(int type,
                               String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.